home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / util / wb / IconLink.lha / IconLink / IconLink.readme < prev    next >
Encoding:
Text File  |  2000-09-09  |  1.0 KB  |  26 lines

  1. Short:    Creates Links to icons (OS 3.5 only!)
  2. Author:   Korodny@gmx.net (Christoph Gutjahr)
  3. Uploader: Korodny@gmx.net (Christoph Gutjahr)
  4. Status:   Freeware
  5. Type:     util/wb
  6.  
  7.  IconLink.rexx is a ARexx-script that replaces the standard WB function
  8.  'Leave out', which places icons on the Workbench root window for easier
  9.  starting. The original function has some (minor) disadvantages:
  10.  
  11.  - The icons are MOVED to the Workbench root window, so they 'disappear' in
  12.    their original drawer
  13.  
  14.  - Icons that are 'left out' retain their original name. This can cause
  15.    problems if you want to arrange your icons in a Toolmanager-like manner
  16.    - i.e. with my script 'SortIcons' (Aminet:util/wb/sorticons.lha) - and
  17.    some icons have long filenames
  18.  
  19.  'IconLink' creates a link to the original icon and places this link on the
  20.  WB root window. The link can have any name, and the original drawer is left
  21.  unchanged (all links are stored in one directory).
  22.  
  23.  Of course a function to remove links from the Workbench window is also
  24.  included.
  25.  
  26.